@charset "UTF-8";
/* CSS Document */
/*单篇+文章页start*/
.articleTitle{
	font-size: 30px;
	text-align: center;
	color: #333;
	margin: 0 100px;
}
.articleTime{
    line-height:36px;
    text-align:center;
    font-size:0px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.articleTimeTxt{
    font-size: 14px;
}
.newsShare{
    padding-left: 15px;
    margin-top: 2px;
}
.newsShare span{
    font-size: 14px;
}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0 0 0;
	color: #858585;
}
.pageUp a{
	color: #858585;
}
.pageUp a:hover{
	color: #211E77;
}
/* 文章阅读页——*/

#play {
	width: 785px;
	height: 525px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/view/article_icon.png) no-repeat 0px -50px;
	left: 15px;
}

#play .next_a span {
	background: url(../images/view/article_icon.png) no-repeat -30px -50px;
	right: 15px;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 797px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 124px;
	height: 82px;
	padding: 3px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 124px;
	height: 82px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 90px;
	width: 124px;
	height: 82px;
}

.img_hd ul li.on {
	border: 1px solid #134b96;
	background: #134b96;
}

.imgMove .prev_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/view/prev6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.imgMove .next_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/view/next6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.article_pageUp a {
	color: #666
}

.article_pageUp a:hover {
	color: #317f37
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #134b96;
}

.articlePage a.hover {
	color: #fff;
	background: #134b96;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/view/file.png) no-repeat left center;
}

.articleHand a:hover {
	color: #134b96;
}

.articleHand a.word {
	background: url(../images/view/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/view/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/view/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/view/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/view/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.articleBox{
	font-size: 16px;
	line-height: 40px;
}
.articleBox em,
.articleBox i{
	font-style: italic;
}
.articleBox img{
    max-width: 100%;
}
/* 分享 */
.ShareBox {
	overflow: hidden;
	clear:both;
}
.ShareBox p {
	display: block;
	overflow: hidden;
	float: left;
}
.ShareBox i {
	clear:both;
	display: block;
	font-size:12px;
	color:#666;
	text-align: center;
	overflow: hidden;
	margin:5px 0px;
	display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
	float:left;
}
.ShareBox a{
	padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
	}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
/*单篇+文章页end*/
/*honor start*/
.honor{
	margin: 0 -8px;
}
.honor dd{
	float:left; 
	width:33.333333%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
	margin-bottom: 15px;
}
.honor a{
	display: block;
	margin: 0 8px;
	background: #fff;
	position: relative;
	padding: 10px;
}
.honor .pic img{
	object-fit: contain;
}
.honor .icon{
	background:rgba(0,0,0,0.4) url(../images/look.png) center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
.honor a:hover .icon{
	opacity: 1;
	visibility: visible;
}
.viewer-canvas>img{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}
.viewer-toolbar li.viewer-prev{
    position: fixed;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowL.png) center center no-repeat;
}
.viewer-toolbar li.viewer-next{
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowR.png) center center no-repeat;
}
.viewer-toolbar li.viewer-prev:before,
.viewer-toolbar li.viewer-next:before{
    display: none;
}

.viewer-play,
.viewer-flip-horizontal,
.viewer-flip-vertical{
    display: none;
}
.viewer-toolbar{
    width: 150px !important;
}
/*honor end*/

/*图文1 start*/
.textImg1 dd{
	margin-bottom: 20px;
}
.textImg1 a{
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.textImg1 dd .pic{
    display:block;
    width:300px;
	margin-right: 30px;
	border-radius: 3px;
}
.textImg1 dd .pic:before{
	padding-top: 66.66666%;
}
.textImg1 .data{
	overflow: hidden;
}
.textImg1 .title{
    font-size:20px;
    color:#333;
    padding: 10px 0 0 0;
	line-height: 36px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.textImg1 .time{
    font-size:14px;
    color:#999999;
	line-height: 30px;
	padding: 10px 0;
	overflow: hidden;
}
.textImg1 .time span{
	float: left;
	padding-left: 25px;
	background: url(../images/time.png) left center no-repeat;
}
.textImg1 .time em{
	float: left;
	padding-left: 25px;
	margin-left: 30px;
	background: url(../images/browse.png) left center no-repeat;
}
.textImg1 .info{
    line-height:30px;
    overflow:hidden;
    font-size:14px;
    color:#666;
    height: 60px;
}
.textImg1 a:hover{
	transform: translateX(4px);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.textImg1 a:hover .title{
	font-weight: bold;
	color: #134B96;
}
/*图文1 end*/

/*产品列表 start*/
.productList dd{
	margin-bottom: 20px;
}
.productList a{
	display: block;
	background: #fff;
	border-radius: 3px;
	padding: 10px 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.productList .title{
	font-size:16px;
	color:#333;
	line-height: 36px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.productList .more{
	font-size:16px;
	color:#333;
	line-height: 36px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.productList a:hover{
	transform: translateX(4px);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.productList a:hover .title,
.productList a:hover .more{
	color: #134B96;
}
/*产品列表 end*/

/*全图1 start*/
.imgList1{
	margin: 0 -10px;
}
.imgList1 dd{
	float:left;
	display: inline;
	width:33.333333%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
	margin-bottom: 20px;
}
.imgList1 a{
	display: block;
	margin: 0 10px;
	background: #fff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.imgList1 .pic:before{
	padding-top: 66.66666%;
}
.imgList1 .title{
	line-height: 50px;
	color: #333;
	text-align: center;
	font-size: 16px;
}
.imgList1 a:hover{
	transform: translateY(4px);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.imgList1 a:hover .title{
	color: #134B96;
}
/*全图1 end*/
/*招聘列表 start*/
.recruitList {
    overflow: hidden;
}

.recruitList .title {
    height: 50px;
    line-height: 50px;
    font-size: 0;
	background:#cccccc;
	margin-bottom: 20px;
}

.recruitList .title span {
    display: inline-block;
    width: 190px;
    text-align: center;
    font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.recruitList dd {
    overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.recruitList dd .recruitT {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
}

.recruitList dd .recruitT .text .textName {
    width: 190px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    height: 50px;
    width: 190px;
    background: url(../images/arrow3.png) no-repeat center center;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.recruitList dd:hover .recruitT .btn{
	background-image: url(../images/arrow3_h.png);
}
.recruitList dd.active .recruitT .btn{
	transform: rotate(180deg);
	background-image: url(../images/arrow3_h.png);
}
.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
	padding: 15px 40px 40px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.11);
	margin: 2px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    border-bottom: 1px solid #ddd;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 16px;
    color: #343434;
    line-height: 35px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}


.recruitText {
    overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #858585;
}
.recruitText div{
	padding: 10px 0 25px;
}
.recruitBtn {
    overflow: hidden;
    width: 150px;
	height: 48px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 48px;
    line-height: 48px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #134b96;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #134b96;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
   color: #fff;
}

.recruitList dd.active .recruitT {
    background: #134b96;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
   color:#fff;
}

.subPopBox {
	display: none;
}

.subPopCont {
	border-radius: 3px;
	background: #fff;
	padding: 0 50px 0 10px;
}

.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 10px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}
.dutyTitle{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #343434;
}
.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	
	border: 1px solid #e6e6e6;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 10px;
	height: 150px;
	line-height: 30px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #00b7ee;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 95px;
}

.contactBt a {
	display: inline-block;
	width: 150px;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #134b96;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: -30px;
	top: -30px;
}
/*招聘列表 end*/

/*联系我们 start*/
.contactDeta{
	width: 360px;
	margin-right: 20px;
	background: #fff;
	height: 425px;
}
.contactDeta_ul{
	margin: 0 40px;
	padding-top: 15px;
}
.contactDeta_ul li{
	padding:15px 0 15px 45px ;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.contactDeta_ul li+li{
	border-top: 1px solid #e5e5e5;
}
.contactDeta_ul li.li1{
	background: url(../images/contactIco1.png) left 25px no-repeat;
}
.contactDeta_ul li.li2{
	background: url(../images/contactIco2.png) left 25px no-repeat;
}
.contactDeta_ul li.li3{
	background: url(../images/contactIco3.png) left 25px no-repeat;
}
.contactDeta_ul li.li4{
	background: url(../images/contactIco4.png) left 25px no-repeat;
}
.contactMap{
	overflow: hidden;
	height: 425px;
}
/*联系我们 end*/

/*企业文化 start*/
.slider{
    position: relative;
    width:700px;
    margin: 0px auto;
    height: 350px;
}
.slider .bt{
    display: block;
    width: 30px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -24px;
	z-index: 999;
}
.slider .prev{
    left: -105px;
    background: url(../images/Wprev.png) no-repeat center center;
}
/* .slider .prev:hover{
    background: url(../images/wprev_h.png) no-repeat center center;
} */
.slider .next{
    right: -98px;
    background: url(../images/Wnext.png) no-repeat center center;
}
/* .slider .next:hover{
    background: url(../images/wnext-h.png) no-repeat center center;
} */
#img-slider{
    height: 365px;
}
#img-slider li{
    width:565px;
    height:365px;
    position:relative;
}
#img-slider a{
	display: block;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#img-slider span{
	overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-top: 10px;
	display: none;
}
#img-slider li img{
    display:block;
    width: 100%;
	height: 100%;
}
/*企业文化 end*/

/*发展历程 start*/
.event{
	background:#fff url(../images/eventBg.jpg) center bottom no-repeat;
}
.eventDl{
	position: relative;
	width: 815px;
	margin: 0 auto;
	background: url(../images/eventLine.png) center top;
	background-repeat: repeat-y;
}
.eventIco{
	height: 37px;
	width: 35px;
	margin: 0 auto;
	background: url(../images/eventIco1.png);
}
.eventDl dd{
	padding:20px 0 19px 0;
	width: 370px;
	position: relative;
}
.eventDl dd.even{
	margin-left: 500px;
}
.eventDl .title{
	font-size: 24px;
	color: #333;
}
.eventDl .info{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top: 5px;
	height: 90px;
	overflow-y: auto;
}
.eventDl .dots{
	position: absolute;
	top: 32px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #134B96;
}
.eventDl dd.one .dots{
	right: -13px;
}
.eventDl dd.two .dots{
	right: auto;
	left: -153px;
}
.eventDl dd.three .dots{
	right: -72px;
}
.eventDl dd.four .dots{
	right: auto;
	left: -40px;
}
/*发展历程 end*/
